@charset "utf-8";
.banner-swiper {
    width: 100%;
    --swiper-pagination-color: #b61a86;
}
.banner-swiper .banner-slide img {
	width: 100%;
}

.index-product-category-wrapper {
    padding: 0 5%;
    height: 160px;
    background-color: #f5f5f5;
}

.index-profile {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.index-profile .profile-con {
    line-height: 3;
    font-size: 16px;
    color: #666;
}
.index-profile a.more {
    display: inline-block;
    color: #999;
    border: 1px solid #ccc;
    font-size: 14px;
    margin: 40px auto 0;
    padding: 8px 40px;
    border-radius: 5px;
}
.index-profile a.more:hover {
    background: #b61a86;
    color: #fff;
    border-color: #b61a86;
}

.index-new-product .new-product-list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.index-new-product .new-product-item {
    position: relative;
    border-radius: 5px;
    display: inline-block;
}
.index-new-product .new-product-item .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
    transition: opacity 0.5s;
    opacity: 0;
}
.index-new-product .new-product-item .con {
    position: absolute;
    left: 11px;
    right: 11px;
    top: 11px;
    bottom: 11px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    transition: opacity 0.5s;
    opacity: 0;
}
.index-new-product .new-product-item .con .name {
    font-size: 24px;
    line-height: 1;
}
.index-new-product .new-product-item .con .en-name {
    font-size: 18px;
    line-height: 1;
    margin-top: 15px;
}
.index-new-product .new-product-item .con .more {
    font-size: 14px;
    margin-top: 35px;
}
.index-new-product .l {
    width: 40.625%;
}
.index-new-product .r {
    width: 57.812%;
}
.index-new-product .l .new-product-item img {
    width: 100%;
}
.index-new-product .r .new-product-item+.new-product-item {
    margin-top: 2.6%;
}
.index-new-product a.new-product-item:hover .mask {
    opacity: 1;
}
.index-new-product a.new-product-item:hover .con {
    opacity: 1;
}

.index-product .more-btn {
    text-align: center;
}
.index-product a.more {
    display: inline-block;
    color: #999;
    border: 1px solid #ccc;
    font-size: 14px;
    margin: 40px auto 0;
    padding: 8px 40px;
    border-radius: 5px;
}
.index-product a.more:hover {
    background: #b61a86;
    color: #fff;
    border-color: #b61a86;
}
.index-product .navigation a {
    width: 43px;
    height: 43px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.index-product .navigation a+a {
    margin-left: 20px;
}
.index-product .navigation a:hover {
    border: 1px solid #b61a86;
    background-color: #b61a86;
}
.index-product .navigation i {
    display: inline-block;
    width: 7px;
    height: 14px;
}
.index-product .navigation i.prev {
    background-position: -27px 0;
}
.index-product .navigation i.next {
    background-position: -36px 0;
}
.index-product .navigation a:hover i.prev {
    background-position: -27px -15px;
}
.index-product .navigation a:hover i.next {
    background-position: -36px -15px;
}
.index-product-list {
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
}
.index-product-list .product-slide .img {
    width: 100%;
    background-color: #f5f5f5;
    transition: all 1s;
    overflow: hidden;
}
.index-product-list .product-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: .5s ease-in-out;
}
.index-product-list a.product-slide:hover .img img {
    transform: scale3d(1.05, 1.05, 1);
}
.index-product-list .product-slide .text {
    text-align: center;
}
.index-product-list .product-slide .text .en-name {
    font-size: 16px;
    color: #666;
    margin: 20px auto 10px;
}
.index-product-list .product-slide .text .name {
    font-size: 14px;
    color: #999;
}
.index-product-list a.product-slide:hover .img {
    background: transparent;
}
.index-product-list a.product-slide:hover .text .en-name {
    color: #b61a86;
}

.index-join {
    width: 100%;
    height: 100%;
    position: relative;
}
.index-join .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}
.index-join .text .t1 {
    color: #a7a7a7;
    font-size: 16px;
}
.index-join .text .t2 {
    font-size: 48px;
    line-height: 1;
    margin: 40px 0 50px;
    font-weight: bold;
    letter-spacing: 3px;
}
.index-join .text .t3 {
    font-size: 24px;
}
.index-join .text .more {
    font-size: 24px;
}
.index-join .text a.more{
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    margin: 40px auto 0;
    padding: 8px 40px;
    border-radius: 5px;
}
.index-join .text  a.more:hover {
    background: #b61a86;
    border-color: #b61a86;
}

.index-news .hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.index-news .news-cate a+a{
    margin-left: 20px;
}
.index-news .news-cate a {
    display: inline-block;
    color: #999;
    border: 1px solid #ccc;
    padding: 10px 40px;
    border-radius: 5px;
}
.index-news .news-cate a:hover,.index-news .news-cate a.on {
    color: #fff;
    background-color: #b61a86;
    border: 1px solid #b61a86;
}
.news-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-item {
    position: relative;
    width: 32.8125%;
    color: #fff;
    overflow: hidden;
}
.news-item .img {
    width: 100%;
    height: 100%;
}
.news-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease-in-out;
}
a.news-item:hover .img img {
    transform: scale3d(1.05, 1.05, 1);
}
.news-item .text {
    position: absolute;
    left: 6%;
    right: 6%;
    bottom: 7%;
}
.news-item .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
}
.news-item .text .con {
    width: 70%;
}
.news-item .text .con .title {
    font-size: 18px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-item .text .con .desc {
    color: #a9a9a9;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-item .text .time .day {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}

.index-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 100px;
}
.column-item {
    text-align: center;
}
.column-item i {
    background: #f5f5f5 url(../../images/icon_1.png);
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
a.column-item:hover i {
    background-color: #b61a86;
}
.column-item .i-honor {
    background-position: 0 -120px;
}
.column-item .i-server {
    background-position: 0 -240px;
}
.column-item .i-contact {
    background-position: 0 -360px;
}
a.column-item:hover .i-brand {
    background-position: -120px 0;
}
a.column-item:hover .i-honor {
    background-position: -120px -120px;
}
a.column-item:hover .i-server {
    background-position: -120px -240px;
}
a.column-item:hover .i-contact {
    background-position: -120px -360px;
}
.column-item .text{
    margin-top: 20px;
}
.column-item .text .title {
    font-size: 18px;
}
.column-item .text .desc {
    color: #999;
    margin-top: 5px;
    margin-bottom: 15px;
}
.column-item .text .more {
    color: #ccc;
}
a.column-item:hover .text .more {
    color: #b61a86;
}


@media screen and (max-width: 1366px){
	
}